home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
58844
/
58844.xpi
/
chrome
/
content
/
browser.xul
next >
Wrap
Extensible Markup Language
|
2010-01-27
|
2KB
|
30 lines
<?xml version="1.0" encoding="utf-8"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" id="wordschinesepopupdictionary-overlay">
<script type="application/x-javascript" src="chrome://wordschinesepopupdictionary/content/wordschinesepopupdictionary.js"></script>
<statusbar id="status-bar">
<statusbarpanel insertafter="statusbar-progresspanel" context="wordschinesepopupdictionary-menu">
<image id="wordschinesepopupdictionary-statusicon" style="cursor:pointer;"
src="chrome://wordschinesepopupdictionary/content/icon1.png"
tooltiptext="Activate or Deactivate Words-Chinese Popup Dictionary"
onclick="if(!event.button) { wordschinesepopupdictionary.activate() }"
/>
</statusbarpanel>
<menupopup id="wordschinesepopupdictionary-menu" >
<menuitem label="Search words-Chinese.com" oncommand="wordschinesepopupdictionary.goHome()"/>
<menu label="Chinese->Language..">
<menupopup onpopupshown="wordschinesepopupdictionary.showMenu()">
<menuitem id="wordschinesepopupdictionary-lang-en" label="English" type="radio" name="wclang" oncommand="wordschinesepopupdictionary.chooseLanguage('en')"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem label="Help / How to use?" oncommand="wordschinesepopupdictionary.showHelp()" />
<menuitem label="About the Addon" oncommand="wordschinesepopupdictionary.showAbout()" />
<menuseparator/>
<menuitem label="Contact / Report bugs." oncommand="wordschinesepopupdictionary.bugReport()"/>
<menuitem label="De/Activate" oncommand="wordschinesepopupdictionary.activate()" />
</menupopup>
</statusbar>
</overlay>